-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module: add dynamic file-specific ESM warnings #56628
base: main
Are you sure you want to change the base?
Conversation
621136c
to
777a249
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56628 +/- ##
==========================================
- Coverage 89.19% 89.10% -0.10%
==========================================
Files 662 665 +3
Lines 191893 193204 +1311
Branches 36937 37218 +281
==========================================
+ Hits 171164 172159 +995
- Misses 13573 13762 +189
- Partials 7156 7283 +127
|
Could this be flakky? but tests to my local is success https://github.com/nodejs/node/actions/runs/12811945783/job/35722483892?pr=56628 |
Co-authored-by: Anna Henningsen <[email protected]>
Co-authored-by: Antoine du Hamel <[email protected]>
The issue was that |
I improved the error message to include specific file and package.json details, trying to make it clearer and more actionable as requested in the TODO